home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / auror300.zip / GLOBREPL.DOX < prev    next >
Text File  |  1996-07-17  |  1KB  |  29 lines

  1.  
  2.   GLOBREPL.AML
  3.   Global Search and Replace 
  4.  
  5.   This macro performs a global search and replace in multiple files on
  6.   disk. You will be prompted to enter the search string, replace string,
  7.   and search options.
  8.  
  9.   The following search and replace options can be specified:
  10.  
  11.     a - replace all occurrences of the search string without prompting.
  12.         (if this option is not specified, a verification window will be
  13.         displayed, you will be prompted to verify each replacement).
  14.     B - backup files before they are modified
  15.     i - ignore case
  16.     u - search within subdirectories also
  17.     w - whole words only
  18.     x - regular expressions
  19.  
  20.   If this macro is run from a file manager window, then only the files
  21.   listed in the file manager are searched, otherwise you will be
  22.   prompted to enter a directory or file specification where files will
  23.   be searched.
  24.  
  25.   After successful completion of this macro, a summary window is
  26.   displayed, showing the total number of replacements and the number of
  27.   replacements for each file.
  28.  
  29.